home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 16 / CU Amiga Magazine's Super CD-ROM 16 (1997-10-16)(EMAP Images)(GB)[!][issue 1997-11].iso / CUCD / Online / HBBS / Source / Test / version / smakefile next >
Makefile  |  1997-08-22  |  198b  |  14 lines

  1. #
  2. # Makefile automatically generated by MKMK V6.50 on Sep  2 1993 at 01:38:33
  3. #
  4.  
  5. OBJS= versiontest.o
  6.  
  7. versiontest: $(OBJS)
  8.    sc link to versiontest with <<
  9. $(OBJS)
  10. <
  11.  
  12. versiontest.o: versiontest.c
  13.  
  14.